body {
  font-family: 'Lato', sans-serif;
  margin:3%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
 }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #fdf402;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 2em;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 2em}
  .overlay .closebtn {
  font-size: 10px;
  top: 15px;
  right: 35px;
  }
}
 
.menub{
font-size:20px;
font-weight: bold;
line-height:4vw;
color: #0f07ad;
margin-left: 16px;
margin-bottom: 30px;

}

.result{
font-size:36px;
color: #ffff00;
}

.topic1{
font-size:2.3vw;
font-size:4vh;
color: #00fff6;
line-height: 10vh;
}
.date1{
font-size: 2.3vw;
font-size:4.3vh;
color: #ffffff;
}

.date2{
font-size: 2vw;
font-size:3.8vh;
color: #ffff00;
}

.button2{
background: linear-gradient(#f0f, #358);
border: 1px solid #e5a900;
text-align: center;
line-height: 60px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
letter-spacing: 1px;
coursor: pointer;
margin-bottom: 10px;
border-radius: 30px;
width:300px;
font-size:16px;
cursor: pointer;
margin: 10px 10px;
}

.button2:hover{
background: linear-gradient(#358, #f0f);
}
.online{
font-size: 20px;
color: #ffc600;
}
hr{
height:5px;
}
u{
text-decoration-color:#ffffff;
color:#ff8400;
}

.sir{
font-size: 2.3vw;
font-size:4.3vh;
color: #ffffff;
}

.res{
font-size: 2.1vw;
font-size:3.2vh;
}